Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Conditional Namespace / ConditionalObjects<TItem,TObject,TExecutedResult> Class / Execute Method
An integer value indicates the row index of cell.
An integer value indicates the column index of cell.
The context data which is used as replacement of cell value to execute.


In This Topic
Execute Method (ConditionalObjects<TItem,TObject,TExecutedResult>)
In This Topic
Gets the affected result after applied all GrapeCity.Spreadsheet.CfRule rules in the specified cell.
Syntax
'Declaration
 
Public Function Execute( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   Optional ByVal contextData As Object _
) As TExecutedResult
 
'Usage
 
Dim instance As ConditionalObjects(Of TItem,TObject,TExecutedResult)
Dim row As Integer
Dim column As Integer
Dim contextData As Object
Dim value As TExecutedResult
 
value = instance.Execute(row, column, contextData)

Parameters

row
An integer value indicates the row index of cell.
column
An integer value indicates the column index of cell.
contextData
The context data which is used as replacement of cell value to execute.

Return Value

A GrapeCity.Spreadsheet.CfExecutedResult value represents the the affected result after applied all rules.
See Also